home *** CD-ROM | disk | FTP | other *** search
- -- background: 2771 from stack: in
- -- bmap block id: 2258
- -- flags: 4000
- -- background id: 0
- -- name: Memdialer
- ----- HyperTalk script -----
- on mouseup
- global justdoubled
- if Justdoubled is true then exit mouseup
- Put the name of the target into hname
- if hname contains "bkgnd field" then
- Put the id of the target into Numberchosen
- if the shiftkey is down then
- Put "" into bkgnd field id numberchosen
- exit mouseup
- else
- if bkgnd field id numberchosen is empty then
- ask "What is this persons name?"
- if it is empty then exit mouseup
- Put it into line 1 of bkgnd field id numberchosen
- ask "What is this persons number?"
- if it is empty then exit mouseup
- Put it into line 2 of bkgnd field id numberchosen
- exit mouseup
- else
-
- Put line 2 of bkgnd field id numberchosen into thenumber
- Put "Now dialing "&thenumber into msg
- send "dial " & quote & thenumber & quote & " with modem" to hypercard
- hide msg
-
- if hname contains "Redial" then exit mouseup
- repeat with l=1 to 5
- Put "Redial"&l into holder
- if bkgnd field id numberchosen is bkgnd field holder then exit mouseup
- end repeat
-
-
-
- repeat with q=5 down to 2
- Put "Redial"&q-1 into holder
- Put "Redial"&q into gholder
- put bkgnd field holder into bkgnd field gholder
- end repeat
- Put bkgnd field id numberchosen into bkgnd field Redial1
- exit mouseup
- end if
-
-
- end if
- end if
-
- if hname contains "bkgnd button" then
-
- get the short name of the target
- if it is "Unused" then
- ask "Name the new directory."
- if it is "" then exit mouseup
- Put it into newname
- Set the name of the target to newname
- domenu "New Card"
- set the name of this card to newname
- Put newname into bkgnd field cardname
- else
- put it into wheretogo
- go to card wheretogo
- exit mouseup
- end if
- end if
- end mouseup
-
-
- on idle
- global justdoubled
- Put false into JustDoubled
- end idle
-
-
- on mousedown
- global justdoubled
- Get the name of the target
- if it contains "bkgnd field" then
- Put the id of the target into Numberchosen
- else
- exit mousedown
- end if
- if the optionkey is down then
- put bkgnd field id numberchosen into thefield
- Put line 2 of thefield into bkgnd field id numberchosen
- repeat while the mouse is down
- end repeat
- Put thefield into bkgnd field id numberchosen
- Put true into Justdoubled
- exit mousedown
- end if
- end mousedown
-
-
-
- -- part 31 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=458 top=40 right=86 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 1017 / 1017
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Personal
-
-
- -- part 32 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=160 top=313 right=331 bottom=333
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 130
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: Cardname
-
-
- -- part 37 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=458 top=134 right=180 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 1017 / 1017
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Unused
-
-
- -- part 38 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=458 top=181 right=227 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 1017 / 1017
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Unused
-
-
- -- part 39 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=458 top=228 right=274 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 1017 / 1017
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Unused
-
-
- -- part 40 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=458 top=275 right=321 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 1017 / 1017
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Unused
-
-
- -- part 82 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=296 top=79 right=95 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 93 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=159 top=23 right=68 bottom=202
- -- title width / last selected line: 0
- -- icon id / first selected line: 3430 / 3430
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Rolodex
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom open
- go to stack "Address"
- end mouseUp
-
-
-
- -- part 95 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=155 top=79 right=95 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 97 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=50 top=136 right=148 bottom=140
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Redial5
-
-
- -- part 98 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=50 top=123 right=135 bottom=140
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Redial4
-
-
- -- part 99 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=50 top=110 right=122 bottom=140
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Redial3
-
-
- -- part 100 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=50 top=97 right=109 bottom=140
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Redial2
-
-
- -- part 101 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=50 top=84 right=96 bottom=140
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Redial1
-
-
- -- part 102 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=155 top=96 right=112 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 103 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=155 top=113 right=129 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 104 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=155 top=130 right=146 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 105 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=155 top=147 right=163 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 106 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=296 top=96 right=112 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 107 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=296 top=113 right=129 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 108 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=296 top=130 right=146 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 109 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=296 top=147 right=163 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 110 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=155 top=171 right=187 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 111 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=155 top=188 right=204 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 112 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=155 top=205 right=221 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 113 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=155 top=222 right=238 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 114 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=155 top=239 right=255 bottom=286
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 115 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=296 top=171 right=187 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 116 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=296 top=188 right=204 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 117 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=296 top=205 right=221 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 118 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=296 top=222 right=238 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 119 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=296 top=239 right=255 bottom=427
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseup
- pass mouseup
- end mouseup
-
-
-
- -- part 120 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=205 top=23 right=68 bottom=248
- -- title width / last selected line: 0
- -- icon id / first selected line: 21700 / 21700
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve slowly to black
- visual effect iris open slow to white
- visual effect dissolve
- go to home
- end mouseUp
-
-
-
- -- part 121 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=51 top=149 right=309 bottom=140
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- ask "What number would you like to dial?"
- if it is "" then exit mouseup
- Put "Now Dialing "&it into msg
- dial it with modem
- hide msg
-
- end mouseUp
-
-
-
- -- part 122 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=50 top=64 right=79 bottom=139
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- if the shiftkey is down then
- repeat with x=1 to 5
- Put "Redial"&x into holder
- Put "" into bkgnd field holder
- end repeat
- end if
-
- end mouseUp
-
-
-
- -- part 123 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=458 top=87 right=133 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 1017 / 1017
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Unused
-